@charset "utf-8";

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  width: 100%;
  min-width: 1200px;
  color: #333;
}

html {
  overflow-x: hidden;
}

body,
input,
button,
select {
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  background: #fff;
  border: none;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #b0b0b0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b0b0b0;
}

select::-ms-expand {
  display: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="date"],
input[type="text"],
input[type="tel"],
button {
  -webkit-appearance: none;
  appearance: none;
  font-family: 'Microsoft YaHei';
  outline: none;
}

select {
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

textarea {
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}

blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {

  font-weight: 500;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0px;
}

address,
caption,
cite,
code,
dfn,
th,
var,
em,
i {
  font-weight: normal;
  font-style: normal;
}

ol,
ul {
  list-style-image: none;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
  font-weight: 100;
}

a {
  text-decoration: none;
  color: #333;
  outline: none;
}




.clearfix {
  *zoom: 1
}

.clearfix:after {
  display: block;
  clear: both;
  content: "\0020";
  visibility: hidden;
  height: 0
}

/* my通用样式 */
.fl {
  float: left;
}

.fr {
  float: right;
}

.abs {
  position: absolute;
}

.rel {
  position: relative;
}

.center {
  margin: 0px auto;
}

.cli {
  overflow: hidden;
}

.wp {
  width: 1200px;
  margin: 0 auto;
}

.wp2 {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.yfont {
  color: #ffc045;
}

.bfont {
  color: #13bfd9;
}

.lfont {
  color: #6db005;
}

.pfont {
  color: #f9607e;
}

.gfont {
  color: #999;
}

.fred {
  color: #d71a11;
}

.mt5 {
  margin-top: 5px;
}

.mt15 {
  margin-top: 15px;
}

.ml0 {
  margin-left: 0px;
}

.ml10 {
  margin-left: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.pd25 {
  padding-top: 25px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mr0 {
  margin-right: 0;
}

.b0 {
  border: none;
}

.bg0 {
  background: none;
}

.cli {
  overflow: hidden;
}

.tb-box {
  overflow: hidden;
}

.dlay1 {
  animation-delay: 0.1s;
}

.dlay2 {
  animation-delay: 0.2s;
}

.dlay3 {
  animation-delay: 0.3s;
}

.dlay4 {
  animation-delay: 0.4s;
}

.dlay5 {
  animation-delay: 0.5s;
}

.dlay6 {
  animation-delay: 0.6s;
}

.dlay7 {
  animation-delay: 0.7s;
}

.dlay8 {
  animation-delay: 0.8s;
}

.dlay9 {
  animation-delay: 0.9s;
}

.dlay10 {
  animation-delay: 1s;
}

.black {
  color: #000;
}

.tb-box img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: block;
}

.tb-box:hover img {
  transform: scale(1.1);
  transform: rotate(0deg) scale(1.1, 1.1) skew(0deg) translate(0, 0);
  -ms-transform: rotate(0deg) scale(1.1, 1.1) skew(0deg) translate(0, 0);
  -moz-transform: rotate(0deg) scale(1.1, 1.1) skew(0deg) translate(0, 0);
  -webkit-transform: rotate(0deg) scale(1.1, 1.1) skew(0deg) translate(0, 0);
  -o-transform: rotate(0deg) scale(1.1, 1.1) skew(0deg) translate(0, 0);
}

/*******公用样式#006fee*****************/
body {
  max-width: 100%;
}

#space {
  width: 100%;
  height: 400px;
  z-index: 19;
  ;
}

/**************************************************/
.flex-bet {
  display: flex;
  justify-content: space-between;
}

/*********导航********************/
.hd-bg {
  position: fixed;
  height: 90px;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 0px 5% 0 5%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.head {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.logo {
  height: 50px;
  display: block;
}

.nav-bar {
  width: 32px;
  height: 26px;
  position: relative;
  cursor: pointer;
  z-index: 1020
}

.nav-bar>span {
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  transition: .8s
}

.nav-bar .line1 {
  width: 100%;
  top: 0
}

.nav-bar .line2 {
  width: 12px;
  top: 12px
}

.nav-bar .line3 {
  width: 22px;
  top: 24px
}

.nav-bar.active>span {
  width: 100%
}

.nav-bar.active .line1,
.nav-bar.active .line3 {
  top: 12px
}

.nav-bar.active .line2 {
  transform: translateX(100%);
  opacity: 0
}

.nav-bar.active .line1 {
  transform: rotate(225deg) translateZ(0)
}

.nav-bar.active .line3 {
  transform: rotate(-225deg) translateZ(0)
}
.nav-box {
  width: 1000px;
  height: 90px;
  display: flex;
  justify-content: space-between;
}

.nav-box .item {
  margin: 0 18px;
  position: relative;
  cursor: pointer;
  color: #222222;
  transition: .3s
}
.nav-box .item .topa {
  line-height: 90px;
  display: block;
}

.nav-box .item:before {
  position: absolute;
  content: '';
  bottom: 20px;
  height: 4px;
  background-color: #cb6a15;
  border-radius: 3px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  transition: all .3s;
}

.nav-box .item.active .topa,
.nav-box .item:hover .topa {
  color: #cb6a15;
  font-weight: bold;
}

.nav-box .item.active:before,
.nav-box .item:hover:before {
  width: 100%;
}

.nav-box .item .dropa {
  display: none;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  box-shadow:0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  width: 100px;
  padding:10px 0;
  text-align: center;
  transition: all .3s;
}
.nav-box .item:hover .dropa {
  display: block;
}
.nav-box .item:nth-child(3) .dropa {
   width: 180px;
}
.nav-box .item:nth-child(4) .dropa {
  width: 180px;
}
.nav-box .item:nth-child(5) .dropa {
  width: 220px;
}
.nav-box .item:nth-child(7) .dropa {
  width: 180px;
}
.nav-box .item .dropa a {
  display: block;
  line-height: 30px;
}
.nav-box .item .dropa a:hover {
  color: #cb6a15;

}


.pNav {
  display: none
}

.pNav>span {
  display: block;
  padding: 17px 25px 0 60px;
  opacity: .8;
  font-size: 13px
}

.pNav>span.active {
  color: #fde9bc
}




.bar-show {
  right: -180px !important;
}

.lrf-fix2 .nav-bar span {
  background: #555;
}

.lrf-fix2 .nav-bar.active span {
  background: #fff;
}

/********************/
.foot-bg {
  background: #cb6a15;
  height: 500px;
  padding-top: 50px;
  position: relative;
  overflow: hidden;
}

.waves {
	position:absolute;
	left:0;
  bottom:0;
  width: 100%;
  height: 100%;
  display: none;
}

.foot {
  display: flex;
  justify-content: space-between;
  color: #fff;
  height: 340px;
}
.foot-logo {
  position: relative;
  z-index: 20;
}
.faddr {
  margin-top: 14px;
  line-height: 30px;
  font-size: #ffffff;
  font-size: 14px;
  position: relative;
  z-index: 22;
}
.fwei {
  display: flex;
  margin-top: 30px;
} 
.fwei .item {
  width: 55px;
  height: 55px;
  border: 2px solid #fff;
  border-radius: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-right: 20px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.fwei .item .iconfont {
  font-size: 20px;
}
.fwei .item:hover {
  background: #cb6a15;
  overflow: visible;
}
.fwei .item .fshow {
  display: block;
  position: absolute;
  left: 10px;
  top: 120%;
  background: #fff;
  color: #cb6a15;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 22;
  transition: all .3s;
  opacity: 0;
}
.fwei .item:hover .fshow {
  top: 100%;
  left: 0;
  opacity: 1;
}
.fwei .item .fshow img {
  width: 140px;
  height: 140px;
}
.fwei .item:hover .fshow {
  display: block;
}
.foot-nav {
  display: flex;
  width: 680px;
}

.foot-nav a {
  display: inline-block;
  color: #fff;
  position: relative;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
}
.foot-nav div:first-child {
  margin-bottom: 10px;
}
.foot-nav a h1 {
  color: #fff;
  font-size: 18px;
}
.foot-nav .item {
  width: 300px;
}
.foot-nav .item:last-child {
  width: 220px;
}
.foot-nav a::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 1px;
  background: #fff;
  left: 0;
  bottom:4px;
  transition: all .3s;
}
.foot-nav a:hover::after {
  width: 100%;
}

.icp {
  text-align: center;
  border-top: 1px solid #fff;
  color: #fff;
  line-height: 80px;
  position: relative;
  z-index: 20;
}
.icp a {
  color: #fff;
}

.foot-tel {
  display: flex;
}

.foot-tel .h1 {
  width: 40px;
  letter-spacing: 3px;
  line-height: 24px;
  font-size: 16px;
  margin-right: 10px;

}

.foot-tel .num {
  font-size: 40px;
  font-weight: bold;
  line-height: 48px;
}


/****************/










































































.soso {
  position: absolute;
  right: 0;
  top: 25px;
  width: 110px;
  height: 35px;
  border-radius: 35px;
  overflow: hidden;
  border: 1px solid #d2d2d2;
  background: #fff;
  z-index: 2222;
  transition: all .3s;
}

.lachang {
  width: 250px;
}

.so-sel {
  height: 35px;
  line-height: 35px;
  background: none;
  background: url(../images/sel.jpg) 60px no-repeat;
  border: none;
  width: 86px;
  padding-left: 25px;
  margin-top: 8px;
  border-right: 1px solid #dcdcdc;
}

.so-inp {
  background: none;
  height: 35px;
  line-height: 35px;
  background: none;
  padding-left: 12px;
  width: 210px;
}

.so-button {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: url(../images/soso.jpg) center no-repeat;
  font-size: 0;
}

.head-tel {
  margin-top: 10px;
  background: url(../images/tel.jpg) 0 no-repeat;
  padding-left: 48px;
  color: #484848;
  height: 50px;
}

.head-tel h3 {
  font-size: 26px;
  line-height: 36px;
  font-weight: bold;
  color: #cb6a15;
}

/*********/



/****************/

/*****************************/
.fenye {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

.fenye li {
  display: inline-block;
  width: auto;
  text-align: center;
  line-height: 28px;
  height: 30px;
  margin-left: 7px;
  background-color: #fff;
  font-size: 14px;
  border: 1px solid #dcdcdc;
}

.fenye li a,
.fenye li span {
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  font-size: 16px;
  color: #333;
}

.fenye li:hover {
  background-color: #cb6a15;
  color: #fff;
}

.fenye li:hover a,
.fenye li:hover span {
  color: #fff;
}

.fenye .active {
  background-color: #cb6a15;
  color: #fff !important;
}

.fenye .active span {
  color: #fff;
}

/**********/
.info-t {
  line-height: 36px;
  font-size: 24px;
  color: #393939;
  margin-top: 36px;
  text-align: center;
}

.info-sp {
  color: #a8a8a8;
  border-bottom: 1px solid #eeeeee;
  line-height: 60px;
  font-size: 16px;
  text-align: center;
}

.info-sp span {
  padding-left: 32px;
  color: #cb6a15;
  display: inline-block;
  line-height: 26px;
  margin-right: 45px;
}

.info-sp span i {
  color: #a8a8a8;
}

.info-sp .date {
  background: url(../images/date.jpg) 0 no-repeat;
}

.info-sp .scan {
  background: url(../images/scan.jpg) 0 no-repeat;
}

.info-c {
  font-size: 16px;
  line-height: 32px;
  margin-top: 30px;
  color: #494949;
  overflow: hidden;
}

.info-c img {
  max-width: 100%;
  height: auto !important;
  display: inline-block;
}

.info-c table {
  width: 100%;
}

.info-c table td {
  border: 1px solid #000;
}

.info-fenx {
  height: 60px;
  background: #ffffff;
  text-align: center;
}

.info-fenx span {
  position: relative;
  top: 10px;
}

.info-fenx a {
  float: none !important;
  width: 24px !important;
  height: 24px !important;
  display: inline-block !important;
  padding-left: 0px !important;
  margin: 0 2px !important;
  position: relative;
  top: 16px;
}

.sxpian {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #dcdcdc;
}

.sxpian .item {
  border: 1px solid #dcdcdc;
  padding: 15px 10px;
  width: 46%;
}

.sxpian .item a {
  display: block;
}

.sxpian .item a:hover {
  color: #cb6a15;
}

.one {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.two {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.three {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}





.zy-left .zy-next {
  width: 40px;
  height: 40px;
  background: #000 url(../images/next.png) center no-repeat;
  opacity: .5;
  right: -25px;
  border-radius: 100%;
}

.zy-left .zy-prev {
  width: 40px;
  height: 40px;
  background: #000 url(../images/prev.png) center no-repeat;
  opacity: .5;
  left: -25px;
  border-radius: 100%;
}


/***************/
/**********/


.lrf66 {
  position: fixed;
  display: none;
  top: 45%;
  right: -300px;
  z-index: 80000;
  width: 147px;
  height: 303px;
  transition: all .5s;

}





.lrf66 .item {
  display: block;
  width: 147px;
  position: relative;
  cursor: pointer;
}

.lrf66 .item .icon {
  width: 100%;
  height: 100%;
  background: url(../images/lrf.png) no-repeat;
  background-position: 0 0;
}

.lrf66 .lf-s1 {
  height: 135px;

}

.lrf66 .lf-s2 {
  height: 56px;

}

.lrf66 .lf-s3 {
  height: 56px;
}

.lrf66 .lf-s4 {
  height: 56px;
}

.lrf66 .lf-s5 {
  height: 36px;
  margin-top: 8px;
}

.lrf66 .lf-s1 .icon {
  background-position: 0 0;
}

.lrf66 .lf-s2 .icon {
  background-position: 0 -135px;
}

.lrf66 .lf-s3 .icon {
  background-position: 0 -191px;
}

.lrf66 .lf-s4 .icon {
  background-position: 0 -247px;
}

.lrf66 .item:hover .icon {
  background: url(../images/lrf.png) no-repeat;
}

.lrf66 .lf-s1:hover .icon {
  background-position: 0 0px;
}

.lrf66 .lf-s2:hover .icon {
  background-position: 0 -135px;
}

.lrf66 .lf-s3:hover .icon {
  background-position: 0 -191px;
}

.lrf66 .lf-s4:hover .icon {
  background-position: 0 -247px;
}

.te-lrf {
  position: absolute;
  left: -180px;
  top: 52px;
  width: 190px;
  height: 0px;
  transition: all .3s;
  overflow: hidden;
  opacity: 0;
}

.lrf66 .item.sq-ssss:hover .te-lrf {
  width: 190px;
  padding-right: 10px;
  opacity: 1;
  height: 48px;
}

.lrf66 .item .te-lrf .ccon {
  background: rgba(199, 151, 111, 0.8);
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  line-height: 28px;
  font-size: 20px;
}

.lrf66 li .te-lrf .ccon .tba {
  border-bottom: 1px dashed #fff;
}

.lrf-wei8 {
  position: absolute;
  left: -121px;
  top: -18px;
  width: 0px;
  height: 0px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.lrf66 .item.wei-drop:hover .lrf-wei8 {
  width: 120px;
  height: 120px;
}

/******************/
/***客服底部**/
.bottom_form {
  width: 100%;
  height: 0px;
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  z-index: 99;
}

.bottom_form .b_f_box {
  width: 1200px;
  height: 80px;
  margin: auto;
  position: relative;
}

.b_f_left {
  width: 300px;
  float: left;
  font-size: 14px;
  line-height: 30px;
  margin-top: 10px;
}

.b_f_left span {
  display: block;
  font-size: 40px;
  margin: 3px 0 6px 0;
}

.b_f_left i {
  position: relative;
}

.b_f_center {
  width: 888px;
  height: 80px;
  float: left;
}

.b_f_center i {
  display: none;
  width: 61px;
  height: 100%;
  background: url("../images/fixed_hand.png") no-repeat left center;
}

@keyframes trans {
  0% {
    transform: translateX(-10px);
  }

  50% {
    transform: translateX(-20px);
  }

  100% {
    transform: translateX(-10px);
  }
}

.b_f_center input {
  font-family: "微软雅黑", "arial";
}

.b_f_center .form_left {
  float: left;
  height: 48px;
  margin-top: 16px;
  width: 888px;
  text-align: center;
  margin-right: 10px;
}

.b_f_center .form_left p span {
  margin: 0 5px;
  font-weight: bold;
}

.b_f_center .form_left .s-input {
  height: 48px;
  line-height: 48px;
  color: #333;
  padding: 0 10px;
  width: 300px;
  font-size: 12px;
  border: none;
  margin-right: 10px;
  color: #cb6a15;
  border-radius: 5px;
}

.b_f_center .form_left input::-webkit-input-placeholder {
  color: #333;
}

.b_f_center .form_left input::placeholder {
  /* Mozilla Firefox 19+ */
  color: #333;
}

.b_f_center .form_left input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333;
}

.hq-btn {

  width: 200px;
  height: 48px;
  line-height: 48px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #cb6a15;
  border-radius: 5px;
}

.b_f_center .form_right {
  display: none;
  height: 65px;
  margin-top: 10px;
  width: 65px;
  line-height: 60px;
  float: left;
  text-align: center;
}

.b_f_center .form_right input {
  width: 59px;
  height: 59px;
  margin: 2px;
  color: #fff;
  font-size: 18px;
  background-color: #fdd100;
  cursor: pointer;
  border: none;
}

.b_f_right {
  width: 200px;
  float: right;
  font-size: 20px;
  margin-right: 30px;
  line-height: 30px;
  margin-top: 10px;
  display: none;
}

.b_f_right p {
  position: relative;
  font-size: 24px;
}

.b_f_box .close {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 0;
  background: url("../images/ad_sprits.png") no-repeat center center;
}

.bottom_form_btn {
  width: 140px;
  height: 80px;
  line-height: 80px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  z-index: 998;
  padding-left: 40px;
  bottom: -100%;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  cursor: pointer;
}

.bottom_form_btn p {
  width: 100%;
  color: #fff;
  font-size: 20px;
}

.bottom_form_btn i {
  display: inline-block;
  width: 100px;
  height: 56px;
  position: absolute;
  top: 30px;
  right: 15px;
  margin: auto;
  background: url("../images/sericon.png") no-repeat center center;
  animation: scal 1s linear infinite;
}

@keyframes scal {
  0% {
    transform: scale(0);
    opacity: 1;
  }

  100% {
    transform: scale(1.2);
    opacity: 0.5;
  }
}

.qrcode_box {
  width: 100%;
  padding: 3% 0;
  background: url("../images/kefu_bg.jpg");
}

/******************/


/********导航下啦******/


.kj-nav .navlev:hover .submenu li {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;


}

.kj-nav .navlev:hover .submenu li a {
  border-radius: 0;
}

.kj-nav .navlev:hover .submenu li:nth-child(1) {
  transition-delay: 0s;
}

.kj-nav .navlev:hover .submenu li:nth-child(2) {
  transition-delay: 50ms;
}

.kj-nav .navlev:hover .submenu li:nth-child(3) {
  transition-delay: 100ms;
}

.kj-nav .navlev:hover .submenu li:nth-child(4) {
  transition-delay: 150ms;
}

.kj-nav .navlev:hover .submenu li:nth-child(5) {
  transition-delay: 200ms;
}

.kj-nav .navlev:hover .submenu li:nth-child(6) {
  transition-delay: 250ms;
}

.kj-nav .navlev:hover .submenu li:nth-child(7) {
  transition-delay: 300ms;
}

.kj-nav .navlev:hover .submenu li:nth-child(8) {
  transition-delay: 350ms;
}

.submenu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 85px;
  width: 100px;
  perspective: 400px;
  height: 0;
}

.submenu li {
  text-align: center;
  line-height: 50px;
  width: 100px;
  opacity: 0;
  font-size: 15px;
  transform: rotateY(90deg);
  transition: opacity 0.4s, transform 0.5s;
}

.submenu li a {
  display: block;
  width: 100%;
  background: rgba(16, 6, 159, 0.8);
  height: 100%;
  color: #fff;
  transition: background 0.2s linear;
}

.submenu li:hover a {
  background: rgba(16, 6, 159, 1);
}

/********导航下啦******/